GoXam for WPF v3
RemoveLink Method (GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType>)
Northwoods.GoXam.Model Namespace > GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType> Class : RemoveLink Method
the data type is the model's LinkType type parameter
Remove a link data from this collection.
Syntax
public void RemoveLink( 
   LinkType linkdata
)

Parameters

linkdata
the data type is the model's LinkType type parameter
Remarks
This is a no-op if the link data was not in the collection.
See Also

Reference

GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType> Class
GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType> Members